home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Word Play Farm
/
Word Play Farm.iso
/
pc
/
movies
/
shared.dxr
/
00521_Play Reward On Mouseup and stay on frame inpuzzle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-29
|
217 b
|
15 lines
on exitFrame
go(the frame)
PlayReward()
end
on mouseUp
global gSectData, gPlayReward
set gPlayReward to CheckReward(gSectData)
if gPlayReward = 1 then
mousesound()
else
resetPuzzle()
end if
end